RoomHandler

fun interface RoomHandler

A class that provides the onResult() to handle information about a room or an error from Sendbird server.

Since

1.6.0

Functions

onResult
Link copied to clipboard
abstract fun onResult(room: Room?, e: SendBirdException?)

A callback function that receives information about a room or an error from Sendbird server.